home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d21 / dvcron10.arc / GETOPT.H < prev    next >
Text File  |  1991-12-21  |  206b  |  10 lines

  1. /*
  2.   copyright (c) 1991 -- kyle a. york
  3.   use / copy / modify at will -- see CRON.DOC for details
  4. */
  5.  
  6. extern char *optarg;
  7. extern int  optind;
  8.  
  9. int getopt(int argc, char **argv, char *optstring);
  10.